atspicontext: Remove an unused field
authorMatthias Clasen <mclasen@redhat.com>
Sat, 17 Apr 2021 18:12:28 +0000 (14:12 -0400)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 19 Apr 2021 18:22:20 +0000 (19:22 +0100)
We don't make any use of the cache field, so drop it.

gtk/a11y/gtkatspicontext.c

index 3ee0bcb35cef1284f22112c360ba00035cdd77d5..a4c15ba41e7eb68adc1200b5a449d092fd7b4a61 100644 (file)
@@ -25,7 +25,6 @@
 #include "gtkaccessibleprivate.h"
 
 #include "gtkatspiactionprivate.h"
-#include "gtkatspicacheprivate.h"
 #include "gtkatspieditabletextprivate.h"
 #include "gtkatspiprivate.h"
 #include "gtkatspirootprivate.h"
@@ -91,9 +90,6 @@ struct _GtkAtSpiContext
   /* The root object, used as a entry point */
   GtkAtSpiRoot *root;
 
-  /* The cache object, used to retrieve ATContexts */
-  GtkAtSpiCache *cache;
-
   /* The address for the ATSPI accessibility bus */
   char *bus_address;